home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / WASTE Object Handlers 1.2.2.sit / WASTE Object Handlers 1.2.2 / Other Headers / SendFinderOpen.h < prev    next >
Text File  |  1996-07-16  |  205b  |  11 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. OSErr SendFinderOpenAE(FSSpec *theDoc);
  6. OSErr FindAProcess( OSType typeToFind, OSType creatorToFind, ProcessSerialNumberPtr processSN);
  7.  
  8. #ifdef __cplusplus
  9. }
  10. #endif
  11.